XR API 2.4
Loading...
Searching...
No Matches
xr_runtime_option.h
Go to the documentation of this file.
1
20#pragma once
21
22#include <cstdint>
23
25
26// clang-format off
27
30//constexpr RUNTIME_OPTION_BIT_FLAG TEMP = (1 << 1);
31//constexpr RUNTIME_OPTION_BIT_FLAG TEMP = (1 << 2);
32//constexpr RUNTIME_OPTION_BIT_FLAG TEMP = (1 << 3);
33//constexpr RUNTIME_OPTION_BIT_FLAG TEMP = (1 << 4);
34//constexpr RUNTIME_OPTION_BIT_FLAG TEMP = (1 << 5);
35//constexpr RUNTIME_OPTION_BIT_FLAG TEMP = (1 << 6);
36//constexpr RUNTIME_OPTION_BIT_FLAG TEMP = (1 << 7);
37
38// clang-format on
constexpr RUNTIME_OPTION_BIT_FLAG RUNTIME_OPTION_IS_XR_CONTENT
Definition xr_runtime_option.h:29
uint8_t RUNTIME_OPTION_BIT_FLAG
Definition xr_runtime_option.h:24
constexpr RUNTIME_OPTION_BIT_FLAG RUNTIME_OPTION_NONE
Definition xr_runtime_option.h:28